home *** CD-ROM | disk | FTP | other *** search
- /* $Id: dev.h,v 1.7 89/09/20 17:59:55 mbp Exp $
- *
- * dev.h
- */
-
- /************************************************************************
- * Copyright (C) 1989 by Mark B. Phillips *
- * *
- * Permission to use, copy, modify, and distribute this software and *
- * its documentation for any purpose and without fee is hereby granted, *
- * provided that the above copyright notice appear in all copies and *
- * that both that copyright notice and this permission notice appear in *
- * supporting documentation, and that the name of Mark B. Phillips or *
- * the University of Maryland not be used in advertising or publicity *
- * pertaining to distribution of the software without specific, written *
- * prior permission. This software is provided "as is" without express *
- * or implied warranty. *
- ************************************************************************/
-
- #define dev_move(v) gr_canvas_move( *(v), *((v)+1) )
- #define dev_draw(v) gr_canvas_draw( *(v), *((v)+1) )
- #define dev_point() gr_point()
- #define dev_erase() gr_erase()
-
- #define dev_color(color) /* noop */
- #define dev_style(style) /* noop */
- #define dev_close() /* noop */
-